Crate interceptor
source · [−]Modules
Structs
Enums
Traits
Interceptor can be used to add functionality to you PeerConnections by modifying any incoming/outgoing rtp/rtcp packets, or sending your own packets as needed.
InterceptorBuilder provides an interface for constructing interceptors
RTCPReader is used by Interceptor.bind_rtcpreader.
RTCPWriter is used by Interceptor.bind_rtcpwriter.
RTPReader is used by Interceptor.bind_remote_stream.
RTPWriter is used by Interceptor.bind_local_stream.
Type Definitions
Attributes are a generic key/value store used by interceptors